From: LLVM Packaging Team Date: Thu, 23 Jan 2020 13:30:57 +0000 (+0000) Subject: install-scan-build-py X-Git-Tag: archive/raspbian/1%10.0.0-1+rpi1~1^2~42 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=3edbf5592a3ceb71d4bccc3327dea1ffc93511e9;p=llvm-toolchain-10.git install-scan-build-py Gbp-Pq: Name install-scan-build-py.diff --- diff --git a/clang/tools/CMakeLists.txt b/clang/tools/CMakeLists.txt index 223f1f74f..55fb0007e 100644 --- a/clang/tools/CMakeLists.txt +++ b/clang/tools/CMakeLists.txt @@ -27,6 +27,7 @@ if(CLANG_ENABLE_STATIC_ANALYZER) add_clang_subdirectory(clang-check) add_clang_subdirectory(clang-extdef-mapping) add_clang_subdirectory(scan-build) + add_clang_subdirectory(scan-build-py) add_clang_subdirectory(scan-view) endif()